Auto merge of #4525 - lukaslueg:springclean, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 23 Sep 2017 03:14:56 +0000 (03:14 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Sep 2017 03:14:56 +0000 (03:14 +0000)
commit168a4ea9d076e92c9c38e2d73dcfeb9293630664
tree91b2737f0763b384429ccb5fb1b213a8e591f953
parentaaa2609dbc5b922d8867bd26629de3fb41ae5289
parent33bcccbb5d37971b5d1e3342006e8a1153ed68c1
Auto merge of #4525 - lukaslueg:springclean, r=alexcrichton

Cleaning lints

I've started to clean some minor defects in cargo. This is the first commit of possibly many.

Requesting advice if this is actually wanted; #cargo was positive.

Some things raise the minimum version of rust required to compile cargo. E.g. `assert_ne!(foo, bar)` instead of `assert!(foo != bar)` requires (iirc) rust 1.13. Any advice on that in particular?